Add(IEnumerable<DicomLabel>) Method
In This Topic
Add a list of DicomLabel objects
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As System.Collections.Generic.IEnumerable(Of DicomLabel) _
)
'Usage
Dim instance As DicomLabelCollection
Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
instance.Add(Items)
public void Add(
System.Collections.Generic.IEnumerable<DicomLabel>
)
public procedure Add(
: System.Collections.Generic.IEnumerable
);
public function Add(
: System.Collections.Generic.IEnumerable
);
public: void Add(
System.Collections.Generic.IEnumerable<DicomLabel*>*
)
public:
void Add(
System.Collections.Generic.IEnumerable<DicomLabel^>^
)
Parameters
- Items
- Items to add
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also